home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / XWINDEMO.ZIP / XWINDEMO.EXE / README.FON < prev    next >
Text File  |  1993-07-17  |  2KB  |  56 lines

  1. Starnet Communications Corp. 
  2. BDF to MS-Windows Font Compiler release notes.
  3. 7/9/93
  4.  
  5.  
  6. BDFTOFON
  7. --------
  8. The BDFTOFON program will compile a BDF file to a MS_Windows .FON file 
  9. for use with the Micro-X programs.  The file produced is basically a Windows 
  10. file with a Font resource and Font directory and an additional data area 
  11. for the X specific information.
  12.  
  13. usage:
  14.  
  15. BDFTOFON [-t] [-i] [-o FONT_FILE] BDF_FILE
  16.  
  17.  
  18.   BDF_FILE    BDF format input file.  Default extension = .BDF
  19.  
  20.   -o FONT_FILE    Font output file. Default extension = .FON
  21.         output will default to BDF_FILE.FON if no name specified.
  22.  
  23.   -t        Produce Terminal font, if possible.
  24.   
  25.   -i        Inhibit ink metric computations.
  26.  
  27.  
  28. This program uses the BDFREAD functions in the X11R5 distribution.  For
  29. detailed information about Terminal Fonts or Ink metrics, see the source
  30. code or X11R5 documentation.
  31.  
  32.  
  33. Known Limitations:
  34.  
  35. Font weight specification is incomplete.  Currently the program recognizes
  36. BOLD, DEMIBOLD, and MEDIUM.  All other weights are set to a value of 400,
  37. corresponding to NORMAL.
  38.  
  39. Font Family recognition is incomplete.  The program parses the Full name 
  40. field in the BDF file and will recognize Roman families.
  41.  
  42. Character set encoding is set to ANSI (0).
  43.  
  44. Strikeout and underline fonts are not recognized as such.
  45.  
  46.  
  47. MKFONDIR
  48. --------
  49. The program will create a file FONTS.DIR from all the .FON files in the current
  50. directory.  Duplicate entries will be reported and not added to the file.
  51.  
  52. Usage:
  53.  
  54.     MKFONDIR
  55.  
  56.